home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / pcgames / gnmdemo / GNM / tnsClient.exe / 0 / RCDATA / TCLFORM / TCLFORM.txt
Text File  |  1998-07-02  |  367b  |  21 lines

  1. object clForm: TclForm
  2.   Left = 286
  3.   Top = 130
  4.   Width = 112
  5.   Height = 84
  6.   Caption = 'Cluster'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object clTimer: TTimer
  15.     Interval = 30000
  16.     OnTimer = clTimerTimer
  17.     Left = 40
  18.     Top = 16
  19.   end
  20. end
  21.